Version

addDropChannels Method

Sets the channels that a target object is listening for.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addDropChannels( 
   channels : {Any}[]
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.addDropChannels({Any}[]);

Parameters

channels
An array of keys (strings or integers).
Remarks
Once a channel is specified, a target object will only allow source objects that are on the same channel. One use of Channels is to protect a Infragistics.Web.UI.DragDropBehavior from receiving unwanted drop elements from another DragDropBehavior.
See Also